Feature: Crear POST
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 33.504s |
Scenario: Como un usuario inicio sesión y creo un post con imagenes
Before
0m 6.115s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.919s
And
I wait for 1 seconds
0m 1.166s
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
0m 0.201s
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
0m 0.172s
And
I wait for 1 seconds
0m 1.167s
Then
I click element with xpath "<BTN_SIGNIN_EID>"
0m 0.260s
And
I wait for 1 seconds
0m 1.160s
Given
I navigate to page "http://localhost:2368/ghost/#/editor/post"
0m 0.213s
And
I wait for 1 seconds
0m 1.108s
And
I set text "POST con Imágen" on element with xpath "<POST_TITLE_ECLASS>"
0m 0.152s
And
I wait for 1 seconds
0m 1.128s
And
I click element with xpath "<ADD_IMAGE_ECLASS>"
0m 0.275s
And
I wait for 5 seconds
0m 5.342s
And
I click element with xpath "<INSERT_IMAGE_ECLASS>"
0m 0.175s
And
I wait for 5 seconds
0m 5.278s
And
I set text "Hey post has sido creado" on element with xpath "<CONTENT_ECLASS>"
0m 0.385s
And
I wait for 5 seconds
0m 5.265s
After
0m 3.023s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 1 seconds
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
And
I wait for 1 seconds
Then
I click element with xpath "<BTN_SIGNIN_EID>"
And
I wait for 1 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/editor/post"
And
I wait for 1 seconds
And
I set text "POST con Imágen" on element with xpath "<POST_TITLE_ECLASS>"
And
I wait for 1 seconds
And
I click element with xpath "<ADD_IMAGE_ECLASS>"
And
I wait for 5 seconds
And
I click element with xpath "<INSERT_IMAGE_ECLASS>"
And
I wait for 5 seconds
And
I set text "Hey post has sido creado" on element with xpath "<CONTENT_ECLASS>"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE